-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update python docker tag #4099
base: main
Are you sure you want to change the base?
Conversation
Python 3.13 was only out since today (oct 7). Let's give it a chance |
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ API | spectral | 1 | 0 | 2.34s | |
bash-exec | 6 | 1 | 0.03s | ||
✅ BASH | shellcheck | 6 | 0 | 0.37s | |
✅ BASH | shfmt | 6 | 0 | 0 | 1.08s |
✅ COPYPASTE | jscpd | yes | no | 6.48s | |
✅ DOCKERFILE | hadolint | 128 | 0 | 33.54s | |
✅ JSON | jsonlint | 20 | 0 | 0.27s | |
✅ JSON | v8r | 22 | 0 | 21.91s | |
markdownlint | 266 | 0 | 299 | 35.08s | |
✅ MARKDOWN | markdown-table-formatter | 266 | 0 | 0 | 298.79s |
bandit | 212 | 66 | 4.96s | ||
✅ PYTHON | black | 212 | 0 | 0 | 6.6s |
✅ PYTHON | flake8 | 212 | 0 | 2.89s | |
✅ PYTHON | isort | 212 | 0 | 0 | 1.97s |
✅ PYTHON | mypy | 212 | 0 | 17.32s | |
✅ PYTHON | pylint | 212 | 0 | 41.85s | |
✅ PYTHON | ruff | 212 | 0 | 0 | 0.75s |
✅ REPOSITORY | checkov | yes | no | 49.48s | |
✅ REPOSITORY | git_diff | yes | no | 1.18s | |
grype | yes | 26 | 21.72s | ||
✅ REPOSITORY | secretlint | yes | no | 23.89s | |
✅ REPOSITORY | trivy | yes | no | 23.65s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.36s | |
trufflehog | yes | 1 | 62.38s | ||
✅ SPELL | cspell | 713 | 0 | 19.91s | |
lychee | 348 | 10 | 31.87s | ||
✅ XML | xmllint | 3 | 0 | 0 | 2.13s |
✅ YAML | prettier | 160 | 0 | 0 | 5.82s |
✅ YAML | v8r | 102 | 0 | 41.82s | |
✅ YAML | yamllint | 161 | 0 | 3.25s |
See detailed report in MegaLinter reports
b4d6c84
to
d1bc964
Compare
5188ed9
to
283857e
Compare
283857e
to
9cf02bf
Compare
3c3ee08
to
1471cbe
Compare
1471cbe
to
ad6e152
Compare
ad6e152
to
1dfc915
Compare
I think pytest or one of its plugin is not compatible with latest python version :/ |
Something weird is happening though, as a segmentation fault (core dumped) doesn't sound like a Python thing. It needs to be something compiled, maybe a problem in some library that doesn't expect musl? I still don't exclude something in the bash script yet, I'm not 100% certain that it is in Python. But... why wouldn't all the jobs fail then... is it only one tool/library that is present in each of these single-linter images that needs to be recompiled?
|
What about trying python 3.12.8 (same Python) on newer alpine? (The php version might change) |
1dfc915
to
17f9a53
Compare
17f9a53
to
beffd81
Compare
This PR contains the following updates:
3.12.8
->3.13.1
3.12-alpine
->3.13-alpine
3.12.8-alpine3.20
->3.13.1-alpine3.20
3.12.8-alpine3.20
->3.13.1-alpine3.20
Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.